home *** CD-ROM | disk | FTP | other *** search
/ Guide To Cracking 2002 / Guide_to_Cracking_2002.iso / Utilities / Web Server Crackerz / Hack Office 2000.exe / pw_sample.txt < prev    next >
Encoding:
Text File  |  1999-06-16  |  516 b   |  21 lines

  1. ; the password files contains the passwords which are tested against each login
  2.  
  3. ; lines starting with a ; are treated as comments
  4. ; empty lines are ignored
  5.  
  6. ; simple passwords can be added
  7.  
  8. letmein
  9. password
  10.  
  11. ; for now i only have 2 kind of token:
  12. ; %USERID gets replaced with the login: toby -> toby
  13. ; %REVUID gets replaced with the reversed login: toby -> ybot
  14. ; its also possible to combine them: %USERID%REVUID: toby -> tobyybot
  15. ; %USERID1: toby -> toby1
  16.  
  17. %REVUID
  18. %USERID
  19.  
  20. ; do i need more ?
  21.